brcm2708: fix multi-device image generation
authorJohn Crispin <[email protected]>
Tue, 24 Nov 2015 18:27:43 +0000 (18:27 +0000)
committerJohn Crispin <[email protected]>
Tue, 24 Nov 2015 18:27:43 +0000 (18:27 +0000)
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
SVN-Revision: 47610

target/linux/brcm2708/image/Makefile

index 53e5f542304f9c706c62155708e21845d82f7acc..f96dccb09f578035c18dbf32c2593eeb93e74389 100644 (file)
@@ -30,7 +30,7 @@ define Build/boot-img
        mcopy -i [email protected] cmdline.txt ::
        mcopy -i [email protected] config.txt ::
        mcopy -i [email protected] $(word 1,$^) ::kernel.img
-       $(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i [email protected] $(DTS_DIR)/$(dts).dtb ::)
+       $(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i [email protected] $(DTS_DIR)/$(dts).dtb ::;)
        mmd -i [email protected] ::/overlays
        mcopy -i [email protected] $(DTS_DIR)/overlays/*.dtb ::/overlays/
        mcopy -i [email protected] $(DTS_DIR)/overlays/README ::/overlays/